Skip to content

refactor: Bump typescript from 5.9.3 to 6.0.2#857

Merged
mtrezza merged 1 commit intoparse-community:masterfrom
mtrezza:refactor/typescript-6.0.2
Apr 3, 2026
Merged

refactor: Bump typescript from 5.9.3 to 6.0.2#857
mtrezza merged 1 commit intoparse-community:masterfrom
mtrezza:refactor/typescript-6.0.2

Conversation

@mtrezza
Copy link
Copy Markdown
Member

@mtrezza mtrezza commented Apr 3, 2026

Closes #853

Changes

Major version bump for TypeScript from 5.9.3 to 6.0.2.

Breaking Changes

TypeScript 6.0 includes several breaking changes, but none affect this project's configuration (explicit target, module, strict, esModuleInterop settings). The types default change (auto-discover → []) was evaluated but does not impact the build.

Code Changes Required

None — drop-in replacement verified by CI.

Summary by CodeRabbit

  • Chores
    • Updated TypeScript to the latest version for improved development tooling.

@parse-github-assistant
Copy link
Copy Markdown

🚀 Thanks for opening this pull request! We appreciate your effort in improving the project. Please let us know once your pull request is ready for review.

Tip

  • Keep pull requests small. Large PRs will be rejected. Break complex features into smaller, incremental PRs.
  • Use Test Driven Development. Write failing tests before implementing functionality. Ensure tests pass.
  • Group code into logical blocks. Add a short comment before each block to explain its purpose.
  • We offer conceptual guidance. Coding is up to you. PRs must be merge-ready for human review.
  • Our review focuses on concept, not quality. PRs with code issues will be rejected. Use an AI agent.
  • Human review time is precious. Avoid review ping-pong. Inspect and test your AI-generated code.

Note

Please respond to review comments from AI agents just like you would to comments from a human reviewer. Let the reviewer resolve their own comments, unless they have reviewed and accepted your commit, or agreed with your explanation for why the feedback was incorrect.

Caution

Pull requests must be written using an AI agent with human supervision. Pull requests written entirely by a human will likely be rejected, because of lower code quality, higher review effort and the higher risk of introducing bugs. Please note that AI review comments on this pull request alone do not satisfy this requirement.

@coderabbitai
Copy link
Copy Markdown

coderabbitai bot commented Apr 3, 2026

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Organization UI

Review profile: CHILL

Plan: Pro

Run ID: dedaf9b3-f0ce-4f01-9172-34ad7906ecf1

📥 Commits

Reviewing files that changed from the base of the PR and between 896358e and 618e2f4.

📒 Files selected for processing (2)
  • package-lock.json
  • package.json

📝 Walkthrough

Walkthrough

TypeScript development dependency upgraded from version 5.9.3 to 6.0.2. Both package.json and package-lock.json updated to reflect the new version with corresponding integrity hash and tarball URL changes.

Changes

Cohort / File(s) Summary
TypeScript Dependency Upgrade
package.json, package-lock.json
Version bump from 5.9.3 to 6.0.2 with updated resolved tarball URL, integrity hash, and added Apache-2.0 license metadata.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 6 | ❌ 1

❌ Failed checks (1 inconclusive)

Check name Status Explanation Resolution
Engage In Review Feedback ❓ Inconclusive GitHub PR review comments and feedback are not accessible through git repository artifacts alone, making assessment of author engagement inconclusive. Directly review GitHub PR #857 to examine review comments, author responses, subsequent commits addressing feedback, or discussions with reviewers.
✅ Passed checks (6 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The PR title correctly begins with 'refactor:' prefix and clearly describes the main change: bumping TypeScript from 5.9.3 to 6.0.2.
Linked Issues check ✅ Passed The PR updates TypeScript version as required by issue #853, maintains project compatibility per documented breaking changes review, and verifies no code changes needed.
Out of Scope Changes check ✅ Passed The changes are limited to package.json and package-lock.json, updating only the TypeScript dependency version as directly related to the PR objective.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Security Check ✅ Passed TypeScript version bump from 5.9.3 to 6.0.2 verified for security vulnerabilities. No known CVEs, legitimate versions with verified npm registry URLs and standard SHA512/SHA256 integrity hashes. TypeScript is a devDependency (build-time only), presenting no production security risks.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Warning

There were issues while running some tools. Please review the errors and either fix the tool's configuration or disable the tool if it's a critical failure.

🔧 Checkov (3.2.510)
package.json

2026-04-03 18:13:31,110 [MainThread ] [ERROR] Template file not found: package.json
2026-04-03 18:13:31,112 [MainThread ] [ERROR] Template file not found: package.json
2026-04-03 18:13:31,118 [MainThread ] [ERROR] Template file not found: package.json
2026-04-03 18:13:31,169 [MainThread ] [ERROR] Failed to invoke function /usr/local/lib/python3.11/dist-packages/checkov/common/runners/object_runner. with package.json
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/checkov/common/parallelizer/parallel_runner.py", line 88, in func_wrapper
result = original_func(item)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/checkov/common/runners/object_runner.py", line 74, in
results = parallel_runner.run_function(lambda f: (f, self._parse_file(f)), files_to_load)
^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/checkov/ope

... [truncated 2547 characters] ...

ck__)
FileNotFoundError: [Errno 2] No such file or directory: 'package.json'
2026-04-03 18:13:31,223 [MainThread ] [ERROR] Exception traceback:
Traceback (most recent call last):
File "/usr/local/lib/python3.11/dist-packages/checkov/main.py", line 647, in run
self.scan_reports = runner_registry.run(
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.11/dist-packages/checkov/common/runners/runner_registry.py", line 177, in run
for result in parallel_runner_results:
File "/usr/local/lib/python3.11/dist-packages/checkov/common/parallelizer/parallel_runner.py", line 118, in _run_function_multiprocess_fork
raise v.internal_exception.with_traceback(v.internal_exception.traceback)
FileNotFoundError: [Errno 2] No such file or directory: 'package.json'


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@mtrezza mtrezza merged commit c962be6 into parse-community:master Apr 3, 2026
4 checks passed
@mtrezza mtrezza deleted the refactor/typescript-6.0.2 branch April 3, 2026 18:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant